A. Integration tests
B. Regression tests
C. Load test
D. Unit tests
Advertisement
Related Mcqs:
- The type of code found in Code-Behind class is __________________?
- A. Client-side code B. Server-side code C. Both A and B D. None of these...
- Which of the following denote page code model in ASP.NET ?
- A. single-file B. code-behind C. Both A and B D. None of the Above...
- When is the user controls code is executed______________?
- A. After the webform loads B. Before Page_init event of web form C. After the page_init event of webform D. None of the above...
- By default, code written with the Debug class is stripped out of release builds?
- A. Yes B. No C. May be D. Confuse...
- The technique that allow code to make function calls to .NET applications on other processes and on other machines is_____________?
- A. .NET Remoting B. .NET Threading C. .NET RMT D. None of these...
- What is the out put of Following code String a=”Hello”; String b=”World” String c= a+b Response.Write ( “C “); ?
- A. Hello world B. Hello C. C D. World...
- ______________ element in the web.config file to run code using the permissions of a specific user?
- A. element B. element C. element D. element...
- We have defined one page_load event in aspx page and same page_load event in code behind who will run first ?
- A. page_laod event in aspx page B. page_load event in code-behind C. both will run simultaneously D. None of these...
- Which language is used to create an ASP.NET code file ?
- A. Visual Basic B. C# C. C++ D. All of the above...
- Give one word: What model does ASP.NET request processing is based on__________________?
- A. Top-down B. Bottom-up C. Waterfall D. Pipeline...
Advertisement